home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
b026.dir
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
311 b
|
15 lines
on mouseDown
global gNotesWindow, gHelpWindow
set the castNum of sprite 48 to cast "b012"
if pressButton(48) then
pupSprites(1, 48, 0)
if objectp(gHelpWindow) then
forget(gHelpWindow)
end if
if objectp(gNotesWindow) then
forget(gNotesWindow)
end if
quit()
end if
end